-
Notifications
You must be signed in to change notification settings - Fork 274
/
Copy pathIWithPublicIPAddress`1.xml
35 lines (35 loc) · 2.93 KB
/
IWithPublicIPAddress`1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Type Name="IWithPublicIPAddress<ReturnT>" FullName="Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithPublicIPAddress<ReturnT>">
<TypeSignature Language="C#" Value="public interface IWithPublicIPAddress<ReturnT> : Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<ReturnT>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddress<ReturnT>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel<ReturnT>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithPublicIPAddress`1<ReturnT> implements class Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress`1<!ReturnT>, class Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddress`1<!ReturnT>, class Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel`1<!ReturnT>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithPublicIPAddress`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithPublicIPAddress(Of ReturnT)
Implements IWithExistingPublicIPAddress(Of ReturnT), IWithNewPublicIPAddress(Of ReturnT), IWithNewPublicIPAddressNoDnsLabel(Of ReturnT)" />
<TypeSignature Language="F#" Value="type IWithPublicIPAddress<'ReturnT> = interface
 interface IWithExistingPublicIPAddress<'ReturnT>
 interface IWithNewPublicIPAddress<'ReturnT>
 interface IWithNewPublicIPAddressNoDnsLabel<'ReturnT>" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="ReturnT" />
</TypeParameters>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithExistingPublicIPAddress<ReturnT></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddress<ReturnT></InterfaceName>
</Interface>
<Interface>
<InterfaceName>Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.Definition.IWithNewPublicIPAddressNoDnsLabel<ReturnT></InterfaceName>
</Interface>
</Interfaces>
<Docs>
<typeparam name="ReturnT">The next stage of the definition.</typeparam>
<summary>
The stage of the definition allowing to associate the resource with a public IP address.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members />
</Type>